Previous Next Table of Contents

3. The default route is checked last anyway

The default route is always the last one checked by the kernel. The command "netstat -nr" shows this. So you may set the default route and then add route to specific network or host later and these will take precedence over the default route.


Previous Next Table of Contents